home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Developer & Web Development Tools / Twistpad 1.64 / Setup.exe / $APPDATA / Carthago / Twistpad / Syntax / css.sdf < prev    next >
Text File  |  2007-07-07  |  2KB  |  81 lines

  1. ;Cascading Style Sheets Syntax highlight Script for Twistpad
  2. ;1998 - 2007 ⌐ Carthago Software
  3.  
  4. [::Header::]
  5. SyntaxName=Cascading Style Sheets
  6. Extensions=css
  7. ;disable spelling
  8. Spelling=0
  9. SpellingContexts=
  10. delimiters=?%+/&*=<>|!~^,.:;(){}#*"][\/'
  11. ;define functions
  12. Functions=(.*).{|^\{
  13. FunctionSubs=$1
  14. CommentChar=/*
  15. CommentCharEnd=*/
  16.  
  17. [Comment]
  18. Type=StartStop
  19. Context=1
  20. Scope=0
  21. Priority=10
  22. WholeWordOnly=0
  23. First=/*
  24. Last=*/
  25. Background=Default
  26. Foreground=008000
  27. Outline=1
  28.  
  29. [Intag]
  30. Type=StartStop
  31. Context=3
  32. Scope=0
  33. Priority=9
  34. WholeWordOnly=0
  35. First={
  36. Last=}
  37. Background=default
  38. Foreground=FF0000
  39. bold=0
  40. Outline=1
  41.  
  42. [Text]
  43. Type=StartStop
  44. Context=4
  45. Scope=0
  46. Priority=5
  47. WholeWordOnly=0
  48. First=
  49. Last={
  50. Background=default
  51. Foreground=800000
  52. bold=0
  53.  
  54. [Keys]
  55. Type=keyword
  56. Context=101
  57. Scope=3
  58. Priority=10
  59. WholeWordOnly=1
  60. Keyword1=background;background-attachment;background-color;background-image;background-position;background-repeat;border;border-bottom;border-bottom-color;
  61. Keyword2=border-bottom-style;border-bottom-width;border-collapse;border-color;border-left;border-left-color;border-left-style;border-left-width;border-right;
  62. Keyword3=border-right-color;border-right-style;border-right-width;border-spacing;border-style;border-top;border-top-color;border-top-style;border-top-width;border-width;
  63. Keyword4=bottom;caption-side;clear;clip;color;content;counter-increment;counter-reset;cursor;direction;display;display;empty-cells;float;font;font-family;font-size;font-size-adjust;
  64. Keyword5=font-stretch;font-style;font-variant;font-weight;height;left;letter-spacing;line-height;list-style;list-style-image;list-style-position;list-style-type;margin;margin-bottom;
  65. Keyword6=margin-left;margin-right;margin-top;marker-offset;max-height;max-width;min-height;min-width;outline;outline-color;outline-style;outline-width;overflow;padding;padding-bottom;
  66. Keyword7=padding-left;padding-right;padding-top;position;quotes;right;table-layout;text-align;text-decoration;text-indent;text-shadow;text-transform;top;unicode-bidi;vertical-align;visibility;white-space;width;word-spacing;z-index;
  67. Background=Default
  68. Foreground=0000FF
  69.  
  70. [brackets]
  71. Type=keyword
  72. Context=102
  73. Scope=3
  74. Priority=10
  75. WholeWordOnly=0
  76. Keyword1={;}
  77. Keyword2=
  78. Background=Default
  79. Foreground=993300
  80. bold=1
  81.